Skip to content

[Documentation/99] 윤지윤 문제3번 이슈추가#101

Open
yoonjiyoonjiyoon wants to merge 3 commits into
mainfrom
Documentation/99
Open

[Documentation/99] 윤지윤 문제3번 이슈추가#101
yoonjiyoonjiyoon wants to merge 3 commits into
mainfrom
Documentation/99

Conversation

@yoonjiyoonjiyoon

Copy link
Copy Markdown
Collaborator

✅ 공통 (모든 PR에 작성)


📜 [documentation] 문서 PR

  • 문서 변경 내용: 문제 3번 이슈추가
  • 대상 독자: 협업팀
  • 반영 위치: /github_tutorial/practice/윤지윤-전기공학과.md

@yoonjiyoonjiyoon yoonjiyoonjiyoon self-assigned this Jan 22, 2026
@yoonjiyoonjiyoon yoonjiyoonjiyoon added the documentation Improvements or additions to documentation label Jan 22, 2026
@yoonjiyoonjiyoon yoonjiyoonjiyoon linked an issue Jan 22, 2026 that may be closed by this pull request
3 tasks
@gemini-code-assist

Copy link
Copy Markdown

Summary of Changes

Hello @yoonjiyoonjiyoon, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 저장소의 전반적인 파일 구조를 github_tutorial 디렉토리 아래로 재편성하는 광범위한 변경 사항을 포함합니다. 이는 기존 학습 자료들의 조직화를 개선하고, 새로운 실습 답안 문서와 C++ 소스 코드 파일을 추가하며, 일부 오래된 실습 문서를 제거하는 것을 목표로 합니다. 전반적으로 저장소의 콘텐츠를 업데이트하고 구조를 명확히 하는 데 중점을 둡니다.

Highlights

  • 저장소 파일 구조 재편성: .gitignore, Git 튜토리얼 문서, LICENSE, README.md 등 대부분의 최상위 파일들이 github_tutorial/ 하위 디렉토리로 이동되었습니다. 또한, practice/ 디렉토리 내의 기존 실습 파일들도 github_tutorial/practice/로 이동되었습니다.
  • 새로운 실습 답안 문서 추가: 윤지윤 학생의 실습 답안을 포함하는 github_tutorial/윤지윤-전기공학과.md 파일이 새로 추가되었습니다.
  • C++ 소스 코드 파일 추가: "안녕하세요"를 출력하는 간단한 윤지윤.cpp 파일이 저장소의 루트에 새로 추가되었습니다.
  • 기존 실습 문서 내용 업데이트: github_tutorial/practice/한주형-임베디드시스템공학과.md 파일 내의 관심 분야, 목표, 그리고 PR/Issue 링크 정보가 수정되었습니다.
  • 일부 실습 문서 제거: practice/이기현-전기공학.md, practice/장동혁-컴퓨터공학부.md, practice/정규민-전기공학과.md 파일이 제거되었습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@yoonjiyoonjiyoon

Copy link
Copy Markdown
Collaborator Author

good..?

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

안녕하세요. GitHub 튜토리얼 실습 PR에 대한 리뷰입니다.

전반적으로 실습을 잘 진행하셨지만, 몇 가지 수정이 필요한 부분이 있습니다.

가장 중요한 점은 파일 위치입니다. 윤지윤-전기공학과.md 파일이 github_tutorial/practice/ 디렉토리가 아닌 github_tutorial/에 위치해 있습니다. PR 설명과 실습 안내에 따라 올바른 경로로 파일을 이동시켜 주세요.

또한, 실습 내용과 관련이 없어 보이는 윤지윤.cpp 파일이 함께 추가되었습니다. 만약 실수로 포함된 파일이라면 이번 PR에서 제외하는 것을 권장합니다. 만약 의도된 파일이라면, 컴파일이 불가능한 치명적인 오류와 코드 스타일 문제를 수정해야 합니다.

자세한 내용은 각 파일에 남긴 개별 코멘트를 확인해주세요.

Comment thread 윤지윤.cpp
Comment on lines +7 to +9
cout << "안녕하세요" << end1;
cout << "안녕하세요1" << end1;
cout << "안녕하세요3" << end1;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

컴파일 오류가 발생합니다. end1은 정의되지 않은 식별자입니다. 줄바꿈을 위해서는 endl을 사용해야 합니다. std::endl의 오타로 보입니다.

Suggested change
cout << "안녕하세요" << end1;
cout << "안녕하세요1" << end1;
cout << "안녕하세요3" << end1;
cout << "안녕하세요" << endl;
cout << "안녕하세요1" << endl;
cout << "안녕하세요3" << endl;

Comment thread 윤지윤.cpp
@@ -0,0 +1,12 @@
#include <iostream>

using namespace std;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

using namespace std;를 전역 범위에서 사용하는 것은 이름 충돌(name collision)의 위험이 있어 권장되지 않습니다. 특히 헤더 파일에서는 절대 사용해서는 안 되며, 소스 파일에서도 가급적 std::cout, std::endl과 같이 std:: 접두사를 붙여 명시적으로 사용하는 것이 좋습니다.


## 문제 1. 브랜치 분기/병합 및 로그 그래프 캡처

-![윤지윤 Q1](../images/윤지윤-q1.png)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Markdown 문법에 맞지 않는 부분입니다. 리스트 항목으로 이미지를 표시하려면 -! 사이에 공백이 한 칸 필요합니다. 이대로는 이미지가 정상적으로 렌더링되지 않을 수 있습니다.

Suggested change
-![윤지윤 Q1](../images/윤지윤-q1.png)
- ![윤지윤 Q1](../images/윤지윤-q1.png)

## 문제 3. Issue 생성 + PR 승인 후 병합 (컨벤션 준수)

PR 정보(예시, 수업과 내용이 상이함. 수업 내용을 기준으로 작성 할 것)
- 링크: https://github.com/EliseEgkart/github_tutorial_UNITA_2026/pull/7 No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

불필요한 공백이 있습니다. 콜론(:) 뒤에 공백이 두 칸 들어가 있습니다. 일관성을 위해 한 칸만 사용하는 것이 좋습니다.

Suggested change
- 링크: https://github.com/EliseEgkart/github_tutorial_UNITA_2026/pull/7
- 링크: https://github.com/EliseEgkart/github_tutorial_UNITA_2026/pull/7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Documentation] 윤지윤 자기소개파일 제출

1 participant